News

Log In Sponsors
Partner Sites





php problem in for loop



hi everyone please i want to print the value of the variables $myradiobutton1 $myradiobutton2 $myradiobutton3 $myradiobutton4 ....... $myradiobutton10 i made a for loop to print the values of each $myradiobutton($i) but i can not print it ... can anyone help me the code is [code:1a80pbip] for($i = 1; $i < 11; $i++) { echo $myradiobutton.$i.'<Br><BR>'; }[/code:1a80pbip] please try to fix this problem thnx in advance

Click here to read the whole forum topic